home *** CD-ROM | disk | FTP | other *** search
- INPUT/EDITOR
-
-
- I designed this editor as a replacement for programs
- containing endless "prompt sequences". This editor allows you
- to layout the screen as you wish, providing for movable field
- names and input fields, a validation message line for each field
- displayed where you wish, and easy tabbing using the TAB, Arrows,
- or ENTER key. Although not done in this example, the editor could
- also be called from within a loop for programs which need to
- display the same input screen over and over.
-
- To run, load as a program from within the QuickBASIC 4.5
- environment. The module is self-contained and needs no library
- support. Also, it has been saved in text format rather than
- Quick-Load format.
-
- I hope that I have included enough internal documentation to
- help you tell what is going on.
-
- The editor could probably be optimized, but it does its function
- well as it stands. You may wish to play around with it to get it
- to suit your purposes.
-
- You may use this program as you wish without any fear of
- copyright infringement. Over the years I have benefited greatly
- from others and hopefully this humble block of code will help
- someone else.
-
- Randy Sharpe
- CIS 72425,1247
-